home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November / PCWK1103B.iso / CINEBENCH 2003 / resource / res / description / GVbase.h < prev    next >
C/C++ Source or Header  |  2003-02-27  |  215b  |  13 lines

  1. #ifndef _GVBASE_H_
  2. #define _GVBASE_H_
  3.  
  4. enum
  5. {
  6.     ID_GVPROPERTIES        = 1000992,
  7.     ID_GVPORTS                = 1000993,
  8.     ID_GVBASE_ENABLE    = 200000002,
  9.     ID_GVBASE_REMARK    = 200000003,
  10.     ID_GVBASE_COLOR        = 200000004
  11. };
  12.  
  13. #endif